home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000116_arthur.marsh@internode.on.net_Sat Feb 21 13:18:30 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Sat, 21 Feb 2004 13:42:25 +1030
  2. From: Arthur Marsh <arthur.marsh@internode.on.net>
  3. Organization: what organisation
  4. User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040208
  5. X-Accept-Language: en, en-us
  6. MIME-Version: 1.0
  7. Newsgroups: comp.unix.unixware.misc,comp.protocols.kermit.misc
  8. Subject: Re: problem installing Kermit on Unixware 7
  9. References: <d0a8754d.0402201544.bac6434@posting.google.com>
  10. In-Reply-To: <d0a8754d.0402201544.bac6434@posting.google.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. NNTP-Posting-Host: ppp586.adelaide.on.net.au
  14. Message-ID: <4036cc9d@duster.adelaide.on.net>
  15. X-Trace: duster.adelaide.on.net 1077333149 ppp586.adelaide.on.net.au (21 Feb 2004 13:42:29 +1050)
  16. Lines: 32
  17. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!news-lond.gip.net!news.gsl.net!gip.net!newsfeed.icl.net!newsfeed.fjserv.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed.mathworks.com!newsxfer.eecs.umich.edu!pln-w!lotsanews.com!sjc-feed.news.verio.net!duster.adelaide.on.net!not-for-mail
  18. Xref: newsmaster.cc.columbia.edu comp.unix.unixware.misc:47393 comp.protocols.kermit.misc:14819
  19.  
  20. (newsgroup comp.protocols.kermit.misc added)
  21.  
  22. davln wrote:
  23.  
  24. > I was pretty sure I was following the instructions closely but after I
  25. > ran makefile, I get no response when I type 'kermit'.  I've run some
  26. > searches looking for troubleshooting information, not having much
  27. > luck.  Is there a log generated someplace that would give me an idea
  28. > of what went wrong?
  29.  
  30. Firstly, have a look at the makefile for the appropriate unixware target 
  31. (e.g. something like uw7):
  32.  
  33. grep -i unixware makefile
  34.  
  35. Then when you type:
  36.  
  37. make uw7
  38.  
  39. you should a large amount of output as each c language file is compiled 
  40. and a binary called "wermit" is produced.
  41.  
  42. Then you can test it by typing:
  43.  
  44. ./wermit
  45.  
  46. Once you are happy with your compilation, you can copy the wermit 
  47. executable to /usr/local/bin/kermit or run:
  48.  
  49. make install
  50.  
  51. Arthur.
  52.